FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ca.infoway.io.erec#1.0.1-dft (63 ms)

Package ca.infoway.io.erec
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.infoway.io.erec@1.0.1-dft&canonical=http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Appointment
Url http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Appointment
Version 1.0.0
Status draft
Name Appointment
Experimental False
Authority national
Description The resource involves booking one (or a series) of appointment(s) between the patient and the practitioner(s) for a specific date/time. The encounter may be a scheduled referral or an econsult.
Type Appointment
Kind resource

Resources that use this resource

StructureDefinition
http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Bundle Bundle
http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-MessageHeader MessageHeader

Resources that this resource uses

StructureDefinition
http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Location Location
http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Patient Patient
http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole PractitionerRole
http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest ServiceRequest


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "CA-eReC-Appointment",
  "url" : "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Appointment",
  "version" : "1.0.0",
  "name" : "Appointment",
  "status" : "draft",
  "description" : "The resource involves booking one (or a series) of appointment(s) between the patient and the practitioner(s) for a specific date/time. The encounter may be a scheduled referral or an econsult.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Appointment",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Appointment",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Appointment.text",
        "path" : "Appointment.text",
        "mustSupport" : true
      },
      {
        "id" : "Appointment.status",
        "path" : "Appointment.status",
        "mustSupport" : true
      },
      {
        "id" : "Appointment.description",
        "path" : "Appointment.description",
        "mustSupport" : true
      },
      {
        "id" : "Appointment.start",
        "path" : "Appointment.start",
        "mustSupport" : true
      },
      {
        "id" : "Appointment.end",
        "path" : "Appointment.end",
        "comment" : "𝗦𝗨𝗣𝗣𝗢𝗥𝗧: One of end or minutesDuration must be supported."
      },
      {
        "id" : "Appointment.minutesDuration",
        "path" : "Appointment.minutesDuration",
        "comment" : "𝗦𝗨𝗣𝗣𝗢𝗥𝗧: One of end or minutesDuration must be supported."
      },
      {
        "id" : "Appointment.created",
        "path" : "Appointment.created",
        "mustSupport" : true
      },
      {
        "id" : "Appointment.comment",
        "path" : "Appointment.comment",
        "mustSupport" : true
      },
      {
        "id" : "Appointment.patientInstruction",
        "path" : "Appointment.patientInstruction",
        "comment" : "If systems are capturing instructions to a patient independently from other comments, they SHOULD use the patientInstruction field."
      },
      {
        "id" : "Appointment.basedOn",
        "path" : "Appointment.basedOn",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Appointment.basedOn.reference",
        "path" : "Appointment.basedOn.reference",
        "mustSupport" : true
      },
      {
        "id" : "Appointment.basedOn.identifier",
        "path" : "Appointment.basedOn.identifier",
        "mustSupport" : true
      },
      {
        "id" : "Appointment.basedOn.identifier.system",
        "path" : "Appointment.basedOn.identifier.system",
        "mustSupport" : true
      },
      {
        "id" : "Appointment.basedOn.identifier.value",
        "path" : "Appointment.basedOn.identifier.value",
        "mustSupport" : true
      },
      {
        "id" : "Appointment.participant",
        "path" : "Appointment.participant",
        "mustSupport" : true
      },
      {
        "id" : "Appointment.participant.type",
        "path" : "Appointment.participant.type",
        "mustSupport" : true
      },
      {
        "id" : "Appointment.participant.actor",
        "path" : "Appointment.participant.actor",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Patient",
              "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole",
              "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Location"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Appointment.participant.actor.reference",
        "path" : "Appointment.participant.actor.reference",
        "mustSupport" : true
      },
      {
        "id" : "Appointment.participant.actor.identifier",
        "path" : "Appointment.participant.actor.identifier",
        "mustSupport" : true
      },
      {
        "id" : "Appointment.participant.actor.identifier.system",
        "path" : "Appointment.participant.actor.identifier.system",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Appointment.participant.actor.identifier.value",
        "path" : "Appointment.participant.actor.identifier.value",
        "min" : 1,
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.